img{
  max-width: 100%;
}
*{
  box-sizing: border-box;
}
.bg-color {
  background: #fff;
}
.head {
  height: 130px;
  background: #fff;
  padding: 30px 0 25px;
}
.head .container{
  max-width: 1200px;
  min-width: 1200px;
}
.head .logo{
  overflow: hidden;
  width: 70%;
}
.head .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width:100%;
  max-height:100%;
}
.head .logo .logo_right_text{
  padding: 0 0 0 2%;
  margin-left: 2%;
  border-left: 1px solid #DDDDDD;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 240px;
}
.head .logo .logo_right_text strong{
  color: #da0000;
}
.head .logo .logo_right_text p:first-child{
  font-weight: bold;
  font-size: 24px;
  color: #00428D;
}
.head_group{
  text-align: right;
}
.head_group p.t{
  font-size: 14px;
  color: #7E7E7E;
  font-weight: normal;
  text-align: left;
}
.head_group p{
  font-size: 24px;
  color:#da0000;
  font-weight: bold;
  line-height: 26px; 
}

.head_group .r{
    padding-top: 6px;
}
.head_group .r a {
  margin-right: 10px;
  background: #003A91;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  transition: all .5s ease;
}
.head_group .r a:hover{
  background: #da0000;
}

/*导航*/
.orion-menu {
  margin-top: 0px;
}
.nav_bar {
  width: 100%;
  padding: 0;
  position: relative;
  height: 60px;
  background: #00428C;
  list-style: none;
}
.orion-menu li {
  display: inline !important;
  font-size: 15px;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 20px;
  position: relative;
  width: calc(100% / 7);
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all .5s ease;
}
.orion-menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  -o-transition: color .3s linear,background .3s linear;
  -webkit-transition: color .3s linear,background .3s linear;
  -moz-transition: color .3s linear,background .3s linear;
  transition: color .3s linear,background .3s linear
}
.orion-menu li:hover {
  color: #fff;
  background: #DA0000;
}
.orion-menu li.active {
  background: #DA0000;
}
.orion-menu>li>a {
  text-transform: uppercase
}
.orion-menu ul,.orion-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  background: #00428C
}
.orion-menu ul {
  top: 60px;
  left: 0
}
.orion-menu ul li ul {
  top: 0;
  left: 100%
}
.orion-menu ul.pp{
  width: 250px;
}
.orion-menu ul.pp li{
  text-align: left;
  padding-left: 15px;
}
.orion-menu ul li{
  border-bottom: 1px solid rgba(255,255,255,.3)
}
.orion-menu ul li ul li{
  border-bottom: 1px solid rgba(255,255,255,.3)
}
.orion-menu ul li {
  clear: both;
  width: 100%;
  font-size: 14px
}
.orion-menu ul li a {
  width: 100%;
  display: inline-block;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
/*.orion-menu ul li:hover>a {
  background: #DA0000
}*/
.orion-menu .indicator {
  color: #fff;
  position: absolute;
  right: 35px;
  top: 0px;
  font-family: FontAwesome;
  font-size: 12px
}
.orion-menu .indicator:before {
  content: "\f0d7"
}
.orion-menu ul li .indicator {
  right: 20px;
  top: 0px
}
.orion-menu ul li .indicator:before {
  content: "\f0da"
}
.overlay {
  background: url(images/overlay-bg.png) repeat;
  width: 150px;
  height: 120px;
  position: absolute;
  display: none;
  left: 0;
  top: 0
}
.orion-menu>li.showhide {
  display: none !important;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #dedede;
  background: #454545
}
.orion-menu>li.showhide span.title {
  margin: 16px 0 0 18px;
  float: left
}
.orion-menu> li.showhide span.icon {
  margin: 17px 20px;
  float: right
}
.orion-menu>li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ccc
}
.green,.green li ul,.green ul li ul,.green>li.showhide {
  background: #036564
}
.green li a,.orion-menu li.social a {
  color: #dedede
}
.zoom {
  -webkit-animation: zoom .3s ease both;
  -moz-animation: zoom .3s ease both;
  -o-animation: zoom .3s ease both;
  animation: zoom .3s ease both
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(.6)
  }

  100% {
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes zoom {
  0% {
    -moz-transform: scale(.6)
  }

  100% {
    -moz-transform: scale(1)
  }
}
@-o-keyframes zoom {
  0% {
    -o-transform: scale(.6)
  }

  100% {
    -o-transform: scale(1)
  }
}
@keyframes zoom {
  0% {
    transform: scale(.6)
  }

  100% {
    transform: scale(1)
  }
}


.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

/*热门关键词*/
.hotwords{
  height: 75px;
}
.hotwords .left{
  width: 70%;
  line-height: 75px;
}
.hotwords .left span{
  margin-left: 15px;
}
.hotwords .left span a:hover{
  color: #032F8A;
  font-weight: bold;
}
.hotwords .right .search{
  width: 257px;
  height: 37px;
  margin-top: 19px;
  border:1px solid #E5E5E5;
  border-radius: 40px;
}
.hotwords .right .search input{
  width: 218px;
  height: 36px;
  border:none;
  background: none;
  text-indent: 15px;
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
  float: left;
}
.hotwords .right .search button{
  width: 30px;
  height: 30px;
  background: #da0000;
  margin:2px 3px 0 0 ;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  float: right;
  border:none;
}

body .swiper-button-next,
body .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: #00428D;
  border-radius: 50%;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover{
  background: #da0000;
}
body .swiper-button-next::after,
body .swiper-button-prev::after{
  font-size: 14px;
  color: #fff;
}

/*产品中心*/
.glo_title{
  padding-top: 70px;
  text-align: center;
}
.glo_title h3{
  font-size: 32px;
  font-weight: bold;
}
.glo_title h3 span{
  color: #da0000;
}
.glo_title p{
  font-size: 16px;
  margin-bottom: 20px;
}

.product_index{
  background: #EDEFF8;
  padding-bottom: 70px;
}

/*侧边栏*/
.sider{
  width: 285px;
}
.prolu{
  width: 100%;
  height: 63px;
  background: #00418C;
  height: 100px;
  color: #fff;
  padding-top: 19px;
  border-bottom: 4px solid #DA0000;
}
.prolu h3{
  font-size: 30px;
  font-weight: bold;
}
.prolu p{
  font-size: 14px;
  text-transform: uppercase;
}
.list {
   width: 100%;
}

.list ul li {
    background-color: #fff;
    line-height: 50px;
    transition: all .5s ease;
    border-bottom: 1px solid #EDF0F8;
    position: relative;
}
.list ul li a{
  transition: all .5s ease;
}
.list > ul > li:hover{
  background: #DA0000;
}
.list > ul > li:hover > a{
  color: #fff;
}
.list li.top,.list li.top > a{
  background: #DA0000;
  color: #fff;
}
.list li ul li a:hover{
  color: #DA0000;
}
.list li ul li.intop > a{
  color: #DA0000;
}
.list ul.erji li:last-child{
  border-bottom: none;
}

.list ul li a {
    padding-left: 20px;
    color: #666;
    font-size: 15px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 99;
}

.list ul li span {
    display: inline-block;
    width: 100%;
    height: 50px;
    position: absolute;
    font-size: 22px;
    color: #ccc;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.list ul li span:before{
  right: 15px;
  top: 15px;
  position: absolute;
}
/*.list li.top span{
  color: #fff;
}*/
/*.list ul li ul li span:after{
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
.list ul li ul {
    display: none;
}

.list ul li ul li {
    border-top: 2px solid #fff;
}

.list ul li ul li ul {
    display: none;
}

.list ul li ul li a {
    font-size: 15px;
    padding-left: 50px;
}

.list ul li ul li ul li:first-child {
  background: #fff;
  border-top: 1px solid #EDF0F8;
}

.last {
    background-color: #d6e6f1;
    border-color: #6196bb;
}

.list ul li ul li ul li a {
    color: #666;
    font-size: 14px;
    padding-left: 70px;
}
.list li a.sect{
  color: #da0000;
}
.sider_box{
  background: #00428D;
  color: #fff;
  padding: 35px 25px;
  margin-top: 15px;
}
.sider_box .title{
  line-height: 28px;
  font-size: 15px;
  padding-bottom: 20px;
}
.sider_box .tt{
  padding: 20px 0;
  border-top:1px solid rgba(255,255,255,.3);
  border-bottom:1px solid rgba(255,255,255,.3);
  font-size: 16px;
}
.sider_box .tt img{
  margin-right: 15px;
  margin-top: 10px;
}
.sider_box .tt h2{
  font-size: 26px;
  font-weight: bold;
}
.sider_box .chat{
  padding: 20px 0 0 0;
}
.sider_box .chat .left{
  margin-right: 20px;
  width: 105px;
  height: 105px;
}
.sider_box .chat .text{
  font-size: 14px;
  padding-top: 14px;
}
.sider_box .chat .text p{
  margin-bottom: 10px;
}

.pro_list_box{
  width: 890px;
}
.pro_list_box .hotsale{
  background: #fff;
  padding: 30px 40px 30px 25px;
}
.pro_list_box .hotsale .img{
  width: 380px;
  height: 280px;
}
.pro_list_box .hotsale .text{
  width: 400px;
  display: flex;
  align-items: center;
}
.pro_list_box .hotsale .text h3{
  font-size: 24px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 6px;
  display: block;
  padding-right: 10px;
}
.pro_list_box .hotsale .text .tags{
  font-size: 14px;
  line-height: 26px;
  color: #66686C;
  margin:20px 0;
}
.pro_list_box .hotsale .text .more{

}
.pro_list_box .hotsale .text .more a{
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #00428D;
}
.pro_list_box .hotsale .text .more a:last-child{
  background: #da0000;
  margin-left: 8px;
}
.pro_list_box .horzn{
  height: 540px;
  margin-top: 15px;
  position: relative;
}
.pro_list_box .swiper{
  height: 100%;
  width: 100%;
}
.pro_list_box .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  height: calc((100% - 15px) / 2);
  padding: 10px;
}
.pro_list_box .swiper-slide:hover img{
  transform: scale(1.05);
}
.pro_list_box .swiper-slide:hover a{
  color: #00428D;
}
.pro_list_box .swiper-slide p{
  width: 220px;
}
.pro_list_box .swiper-slide .title{
  height: 40px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
}
.pro_list_box .swiper-slide .title i{
  float: right;
  margin-top: 17px;
}
.pro_list_box .horzn .swiper-pagination{
  bottom: -40px;
}
.pro_list_box .horzn .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.pro_list_box .horzn .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;
  height: 12px;
  background: #00428D;
  border-radius: 20px;
}

/*客户案例*/
.case_index .box{
  background: #EDF0F8;
}
.case_index .mySwiper{
  width: 960px;
}
.case_index .mySwiper .swiper-slide{
  position: relative;
}
.case_index .box{
  padding: 25px 0;
  position: relative;
}
.case_index .box .img{
  width: 700px;
  height: 525px;
}
.case_index .box .text{
  position: absolute;
  background: #00428D;
  width: 365px;
  padding: 50px 35px;
  color: #fff;
  right: 0px;
  top: 80px;
}
.case_index .box .text h3{
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.case_index .box .text .content{
  line-height: 28px;
  margin-top: 20px;
  font-size: 15px;
}
.case_index .box .text a{
  display: inline-block;
  padding: 10px 40px;
  border:1px solid #fff;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  transition: all .5s ease;
}
.case_index .box .text a:hover{
  background: #da0000;
  border:1px solid #da0000;
}



/*横幅*/
.hf{
  width: 100%;
  height: 260px;
  background: url(../images/tc.jpg) no-repeat center;
  margin-top: 50px;
  color: #fff;
}
.hf .rob{
  padding-left: 385px;
  padding-top: 80px;
}
.hf .rob .m{
  width: 450px;
}
.hf .rob h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.hf .rob .m p{
  margin-top: 10px;
}
.hf .rob .n{
  text-align: left;
}
.hf .rob .n h4{
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
}
.hf .rob .n a{
  display: inline-block;
  width: 150px;
  height: 40px;
  border:1px solid #fff;
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: all .5s ease;
  margin-top: 10px;
  font-size: 14px;
}
.hf .rob .n a:hover{
  background: #da0000;
  border:1px solid #da0000;
}


/*行业应用*/
.app{
  padding-bottom: 50px;
}
.tabPanel .panes .pane{
  display: none;
  position: relative;
}
.tabPanel ul li{
  width: calc(100% / 6);
  text-align: center;
  height: 90px;
  background: #00428D;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 20px;
  border-right: 1px solid rgba(255,255,255,.3);
  cursor: pointer;
  position: relative;
}
.tabPanel ul li.hit:before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  background: #da0000;
  transition: all .5s ease;
  left: 50%;
  bottom: -5px;
  margin-left: -13px;
  transform: rotate(45deg);
  z-index: 10;
}
.tabPanel ul li h3{
  font-size: 18px;
  margin-bottom: 3px;
}
.tabPanel ul li.hit{
  background: #da0000;
  border-right: 1px solid #da0000;
}
.tabPanel .panes .pane .cici{
  height: 522px;
}
.tabPanel .panes .pane .cover{
  width: 1060px;
  height: 140px;
  background: rgba(9,72,136,.7);
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -530px;
  padding: 30px 30px 0 0;
}
.tabPanel .panes .pane .cover:before{
  content: '';
  width: 168px;
  height: 168px;
  position: absolute;
  left: -32px;
  top: -15px;
  background: url(../images/sl.png) no-repeat center;
  border-radius: 50%;
  overflow: hidden;
}
.tabPanel .panes .pane .cover .rob{
  padding-left: 200px;
}
.tabPanel .panes .pane .cover .rob .content{
  width: 570px;
  color: #fff;
  line-height: 28px;
}
.tabPanel .panes .pane .cover .more{
  width: 140px;
}
.tabPanel .panes .pane .cover .more a{
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  transition: all .5s ease;
  font-size: 14px;
}
.tabPanel .panes .pane .cover .more a.a1{
  color: #00428D;
  margin-bottom: 5px;
}
.tabPanel .panes .pane .cover .more a.a2{
  color: #fff;
  background: #da0000;
}
.tabPanel .panes .pane .cover .more a.a1:hover{
  background: #da0000;
  color: #fff;
}
.tabPanel .panes .pane .cover .more a.a2:hover{
  color: #00428D;
  background: #fff;
}


/*公司简介*/
.company_index{
  background: #EDF0F8;
  padding-bottom: 50px;
}
.company_index .box .img{
  width: 600px;
}
.company_index .box .text{
  width: 600px;
  background: #fff;
  padding: 50px;
}
.company_index .box .text h3{
  font-size: 24px;
  font-weight: bold;
}
.company_index .box .text h3 b{
  color: #da0000;
}
.company_index .box .text h6{
  font-size: 12px;
  text-transform: uppercase;
}
.company_index .box .text .count{
  padding: 25px 0 20px;
  border-bottom: 1px solid #E5E5E5;
}
.company_index .box .text .count .p1,
.company_index .box .text .count .p2{
  width: 220px;
  margin-right: 20px;
}
.company_index .box .text .count .num{
  font-size: 36px;
  font-weight: bold;
}
.company_index .box .text .count .num.red{
  color: #da0000;
}
.company_index .box .text .count .t{
  font-size: 14px;
  color: #8C8C8C;
  width: 85px;
  margin-left: 15px;
}
.company_index .box .text .content{
  font-size: 15px;
  color: #66686C;
  line-height: 28px;
  margin:20px 0;
}
.company_index .box .text .more a{
  display: inline-block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #00428D;
}
.company_index .box .text .more a.a1{
  background: #00428D;
}
.company_index .box .text .more a.a2{
  background: #da0000;
}
.company_index .box .text .more a:hover{
  font-weight: bold;
}

.style{
  background: #fff;
  padding: 30px;
  background: #fff;
  margin-top: 20px;
  position: relative;
}
.style .cici{
  height: 265px;
}
.style .swiper-slide{
  position: relative;
}
.style .swiper-slide .text{
  position: absolute;
  background: rgba(9,72,136,.7);
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 100%;
  color: #fff;
  left: 0px;
  bottom: 0px;
  transition: all .5s ease;
}
.style .swiper-slide:hover .text{
  background: #da0000;
}


/*荣誉资质*/
.honor_index{
  height: 710px;
  background: url(../images/h.jpg) no-repeat center;
}
.honor_index .glo_title h3,
.honor_index .glo_title p{
  color: #fff;
}
.honor_index .cici{
  height: 422px;
}


/*新闻资讯*/
.news_index{
  padding-bottom: 50px;
}
.news_index .lnews{
  width: 720px;
}
.news_index .lnews .inner{
  width: 350px;
}
.news_index .lnews .inner .img{
  height: 233px;
  position: relative;
}
.news_index .lnews .inner .cici{
  height: 100%;
}
.news_index .lnews .inner .img img{
  transition: all .5s ease;
}
.news_index .lnews .inner .img .cover{
  position: absolute;
  width: 155px;
  height: 45px;
  background: #00418C;
  color: #fff;
  line-height: 45px;
  font-size: 14px;
  right: 0px;
  bottom: -22px;
  padding-left: 38px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all .5s ease;
}
.news_index .lnews .inner .img .cover i{
  margin-right: 10px;
}
.news_index .lnews .inner h3{
  font-size: 18px;
  line-height: 18px;
  margin-top: 35px;
  font-weight: bold;
  color: #000;
}
.news_index .lnews .inner .content{
  line-height: 24px;
  font-size: 14px;
  color: #7E7E7E;
  margin:15px 0 25px;
}
.news_index .lnews .inner .more{
  height: 50px;
  line-height: 50px;
  color: #7E7E7E;
  font-size: 14px;
  border-top:1px solid #E4E4E4;
}
.news_index .lnews .inner .more i{
  margin-top: 18px;
}
.news_index .lnews .inner:hover img{
  transform: scale(1.05);
}
.news_index .lnews .inner:hover .cover{
  background: #da0000;
}
.news_index .rnews .list{
  width: 450px;
  background: #F7F7F7;
  padding: 30px 20px;
  height: 130px;
  margin-bottom: 13px;
}
.news_index .rnews h3{
  font-size: 18px;
  color: #000;
  line-height: 18px;
  font-weight: bold;
}
.news_index .rnews .content{
  font-size: 14px;
  line-height: 14px;
  color: #979797;
  margin:12px auto 15px;
}
.news_index .rnews .more{
  color: #696969;
  font-size: 14px;
}
.news_index .rnews .list:hover h3,
.news_index .rnews .list:hover .more{
  color: #da0000;
}

/*底部*/
.footer{
    background: #000000;
    color: #969AA0;
}
.footer .inout{
    padding: 50px 0;
}
.footer .footlist{
    width: 40%;
}
.footer .footlink{
    width: 30%;
}
.footer .footlist ul{
    margin:0px;
    padding: 0px;
}
.footer .footlist ul h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footlink h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .footlink .zx{
    margin-bottom: 20px;
}
.footer .footlink .zx p{
    margin-bottom: 5px;
}
.footer .footlink img{
    margin-bottom: 20px;
}
.footlink .zx h4{
    font-size: 30px;
    color: #fff;
}
.footer .footlist ul li{
    margin-bottom: 11px;
}
.footer .footlist ul li a,
.footer .footlink p a{
    font-size: 14px;
    color: #969BA1;
    transition: all 0.5s;
}
.footer .footlist ul li a:hover,
.footer .footlink p a:hover{
    color: #fff;
}
.footer .footlink p{
    font-size: 14px;
    margin-bottom: 11px;
}

.footer .er{
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.bottom{
    padding: 20px 0;
    background: #000;
    color: #969AA0;
    font-size: 14px;
    border-top: 1px solid #4C4C4C;
}
.bottom a{
    color: #969AA0;
}
.bottom a:hover{
    color: #fff;
}

/*底部*/
.bd{
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 8px 0 ;
    width: 100%;
    background: #1550A9;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.bd .rob div{
    width: 33.3333%;
    border-right:1px solid #eeeeee;
    box-sizing: border-box;
}
.bd div a{
    color: #fff;
}
.bd div i{
    margin-bottom: 5px;
    font-size: 24px;
}

/*滚动图标*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #1550A9;
    background-size: 200% auto;
    background-position: left center;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    overflow: hidden;
    transition: all 0.5s;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px
}

.scroll-top:hover {
    background-position: right center;
    background-color: #1550A9;
    border-radius: 50%;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%,-80px);
    -ms-transform: translate(-50%,-80px);
    transform: translate(-50%,-80px)
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%,80px);
    -ms-transform: translate(-50%,80px);
    transform: translate(-50%,80px)
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1)
}

/*内页开始*/
.in_banner{
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.in_banner .container .b{
  display: flex;
  align-items: center;
  color: #fff;
  height: 400px;
}
.in_banner .container h3{
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
}
.in_banner .container p{
  font-size: 27px;
  line-height: 27px;
  margin:20px 0;
}
.in_banner .container h4{
  font-size: 20px;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  background: #fff;
  color: #00428C;
}
.in_list{
  height: 70px;
  background: #fff;
  line-height: 70px;
  font-size: 16px;
}
.in_list ul{
  width: 600px;
}
.in_list ul li{
  height: 68px;
  border-bottom: 2px solid #fff;
  width: 150px;
  position: relative;
  text-align: center;
  transition: all .5s ease;
}
.in_list ul li:after{
  content: '';
  display: block;
  width: 0px;
  border-right:1px solid #E5E5E5;
  position: absolute;
  right: 0px;
  top: 15px;
  height: 40px;
}
.in_list ul li:last-child:after{
  display: none;
}
.in_list ul li:hover,
.in_list ul li.active{
  border-bottom: 2px solid #00428D;
}
.in_list .cru,
.in_list .cru a{
  font-size: 14px;
}

.com_inner.cp{
  background: #F5F5F5;
  padding: 50px 0;
}
.com_inner.cp .com .container{
  background: #fff;
  padding: 50px 40px;
}

.com_inner.cp .com .text{
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.com_inner.cp .com .text .t{
  width: 50%;
}
.com_inner.cp .com .text h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}
.com_inner.cp .com .text h3 b{
  color: #da0000;
}
.com_inner.cp .com .text h6{
  font-size: 12px;
  text-transform: uppercase;
}
.com_inner.cp .com .text .count .p1,
.com_inner.cp .com .text .count .p2{
  width: 220px;
  margin-right: 20px;
}
.com_inner.cp .com .text .count .p2{
  margin-right: 0px;
}
.com_inner.cp .com .text .count .num{
  font-size: 36px;
  font-weight: bold;
}
.com_inner.cp .com .text .count .num.red{
  color: #da0000;
}
.com_inner.cp .com .text .count .t{
  font-size: 14px;
  color: #8C8C8C;
  width: 85px;
  margin-left: 15px;
}
.com_inner.cp .style{
  margin-top: 25px;
  padding-top: 0px;
  margin-bottom: 50px;
}
.com_inner.cp .style .glo_title{
  padding-top: 25px;
}


/*产品*/
.pro_list_box ul li {
  text-align: center;
  font-size: 16px;
  background: #fff;
  padding: 10px 10px 0 10px;
  width: 285px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.pro_list_box ul li:nth-child(3n){
  margin-right: 0px;
}
.pro_list_box ul li .cici{
  height: 200px;
}
.pro_list_box ul li:hover img{
  transform: scale(1.05);
}
.pro_list_box ul li:hover a{
  color: #00428D;
}
.pro_list_box ul li p{
  width: 220px;
}
.pro_list_box ul li .title{
  height: 40px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
}
.pro_list_box ul li .title i{
  float: right;
  margin-top: 17px;
}

.pro_list_box.ab{
  padding: 25px 15px 50px;
  background: #fff;
}
.pro_list_box  .proinfo .img{
  width: 420px;
  position: relative;
}
.pro_list_box  .proinfo .text{
  width: 400px;
  display: flex;
  align-items: center;
}
.pro_list_box  .proinfo .text h3{
  font-size: 24px;
}
.pro_list_box  .proinfo .text span{
  display: inline-block;
  width: 100%;
  border:1px solid #E4E4E4;
  margin:15px 0 10px 0;
}
.pro_list_box  .proinfo .text  .content{
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #66686C;
}
.pro_list_box  .proinfo .text h4{
  font-size: 16px;
}
.pro_list_box  .proinfo .text h4 span{
  font-size: 24px;
  color: #da0000;
  border:none;
  display: inline-block;
  font-weight: bold;
  width: auto;
}
.pro_list_box  .proinfo .text .sub{
  width: 400px;
  margin-top: 30px;
}
.pro_list_box  .proinfo .text .sub a{
  display: inline-block;
  width: 150px;
  background: #004898;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.pro_list_box  .proinfo .text .sub a.submit{
  background: #da0000;
  color: #fff;
}
.pro_list_box  .proinfo .text .sub a:hover{
  font-weight: bold;
}


.pro_list_box .info_center{
  margin-top: 40px;
}
.pro_list_box .info_center .center-title{
  background: #EEEEEE;
  color: #fff;
}
.pro_list_box .info_center .center-title b{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 30px;
  background: #004798;
}
.pro_list_box .info_center .center-content{
  padding: 30px 0;
}
.pro_list_box .info_center ul{
  margin: 3% 0;
}
.pro_list_box .info_center ul li{
  width: 49%;
  margin-bottom: 2%;
  padding: 0px;
  margin-right: 2%;
  position: relative;
}
.pro_list_box .info_center ul li .cici{
  height: 300px;
}
.pro_list_box .info_center ul li:nth-child(2n){
  margin-right: 0px;
}
.pro_list_box .info_center ul li .co{
  width: 100%;
  position: absolute;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  left: 0px;
  bottom: 0px;
  background: #00428D;
  font-size: 15px;
}


.newsPage {
  background: #f6f6f6;
  margin-top: 50px;
}
.newsPage .left,.newsPage .right{
  width: 46%;
  padding: 25px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.newsPage .right{
  text-align: right;
  border-left:1px solid #ccc;
}
.newsPage .left{
  border-right:1px solid #ccc;
}
.newsPage .page-a{
  overflow: hidden;
}
.newsPage a{
  color: #000;
}
.newsPage .cent{
  width: 8%;
  height: 70px;
  line-height: 70px;
  color: #000;
  text-align: center;
}
.newsPage .cent i{
  font-size: 24px;
  transition: all 0.5s ease;
  line-height: 70px;
  color: #ccc;
}
.newsPage .cent:hover i{
  color: #122C68;
}
.page .page-a{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ececec;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 35px 0 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #003A92;
  background: #003A92;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


/*客户案例*/

.com_inner.cp .in_inner ul li{
  width: 380px;
  height: 320px;
  margin: 0 19px 20px 0;
}
.com_inner.cp .in_inner ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner.cp .in_inner ul li .cici{
  width: 100%;
  height: 270px;
  background: #F1F1F1;
}
.com_inner.cp .in_inner ul li .title{
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 15px;
  padding: 0 15px;
}
.com_inner.cp .in_inner ul li:hover .title{
  background: #da0000;
}
.com_inner.cp .in_inner ul li:hover a{
  color: #fff;
}
.com_inner.cp .in_inner.hon ul li{
  width: 285px;
  margin-right: 15px;
  height: 430px;
}
.com_inner.cp .in_inner.hon ul li:nth-child(3n){
  margin-right: 15px;
}
.com_inner.cp .in_inner.hon ul li:nth-child(4n){
  margin-right: 0px;
}
.com_inner.cp .in_inner.hon ul li .coco{
  height: 380px;
}

/*行业应用*/
.com_inner .app{
  padding-bottom: 0px;
}
.com_inner .app ul li{
  height: 313px;
  margin-bottom: 30px;
}
.com_inner .app ul li .cici{
  width: 720px;
}
.com_inner .app ul li .text{
  width: 480px;
  background: #00428C;
  padding: 45px;
  color: #fff;
}
.com_inner .app ul li.b .text{
  background: #fff;
  color: #000;
}
.com_inner .app ul li .text .title span{
  display: inline-block;
  width: 49px;
  height: 49px;
  background: #da0000;
  text-align: center;
  line-height: 49px;
  font-size: 24px;
  margin-right: 10px;
}
.com_inner .app ul li.b .text .title span{
  color: #fff;
}
.com_inner .app ul li .text .title h3{
  font-size: 24px;
}
.com_inner .app ul li .text .title p{
  font-size: 12px;
  text-transform: uppercase;
}
.com_inner .app ul li .text .content{
  font-size: 14px;
  margin:20px 0;
  line-height: 26px;
}
.com_inner .app ul li .text a{
  display: inline-block;
  width: 150px;
  height: 40px;
  background: #fff;
  color: #00428C;
  line-height: 40px;
  text-align: center;
}
.com_inner .app ul li.b .text a{
  background: #00428C;
  color: #fff;
}
.com_inner .app ul li .text a:hover{
  background: #da0000;
  color: #fff;
}

/*新闻*/
.com_inner.cp .de-news-list ul li{
  width: 380px;
  padding: 15px 15px 0 15px;
  background: #fff;
  margin-right: 25px;
  margin-bottom: 20px;
}
.com_inner.cp .de-news-list ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner.cp .de-news-list ul li .inner{
  width: 350px;
}
.com_inner.cp .de-news-list ul li .inner .img,
.com_inner.cp .de-news-list ul li .inner .cici{
  height: 233px;
  position: relative;
}
.com_inner.cp .de-news-list ul li .inner .img img{
  transition: all .5s ease;
}
.com_inner.cp .de-news-list ul li .inner .img .cover{
  position: absolute;
  width: 155px;
  height: 45px;
  background: #00418C;
  color: #fff;
  line-height: 45px;
  font-size: 14px;
  right: 0px;
  bottom: -22px;
  padding-left: 38px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all .5s ease;
}
.com_inner.cp .de-news-list ul li .inner .img .cover i{
  margin-right: 10px;
}
.com_inner.cp .de-news-list ul li .inner h3{
  font-size: 18px;
  line-height: 18px;
  margin-top: 35px;
  font-weight: bold;
  color: #000;
}
.com_inner.cp .de-news-list ul li .inner .content{
  line-height: 24px;
  font-size: 14px;
  color: #7E7E7E;
  margin:15px 0 25px;
}
.com_inner.cp .de-news-list ul li .inner .more{
  height: 50px;
  line-height: 50px;
  color: #7E7E7E;
  font-size: 14px;
  border-top:1px solid #E4E4E4;
}
.com_inner.cp .de-news-list ul li .inner .more i{
  margin-top: 18px;
}
.com_inner.cp .de-news-list ul li .inner:hover img{
  transform: scale(1.05);
}
.com_inner.cp .de-news-list ul li .inner:hover .cover{
  background: #da0000;
}

.com_inner.cp .news-detail-content{
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 50px;
}

/*详情页*/
.news_detail_box{
    padding: 0px 0;
}
.news_detail_box .news_detail_title{
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}
.news_detail_box .news_detail_title .h3{
    font-size: 26px;
    text-align: center;
    color: #00428C;
    font-weight: bold;
}
.news_detail_box .news_detail_title .b{
    margin:.6% 0;
}
.news_detail_box .news_detail{
    padding: 2%;
}
.news_detail_box .news_detail img{
    display: inline-block;
}

.news_detail_box .news_detail_title .b a{
    color: #555555;
    font-size: 18px;
    margin-right: 10px;
}
.news_detail_box .news_detail_title .b a.f-add{
    font-size: 22px;
}
.news_detail_box .news_detail_title .b a.f-dec{
    font-size: 14px;
    margin-right: 0px;
}
.news_detail_box .news_detail_title .b a:hover{
    color: #122C68;
}

/*联系*/
.com_inner.contact .text{
  background: #fff;
  width: 600px;
  padding: 50px;
}
.com_inner.contact .message{
  background: #00428D;
  color: #fff;
  width: 600px;
  padding: 50px;
}
.com_inner.contact .text h3{
  font-size: 28px;
  font-weight: bold;
}
.com_inner.contact .text h5{
  font-size: 14px;
  color: #A7A7A7;
}
.com_inner.contact .text .en{
  margin:20px 0;
}
.com_inner.contact .text .te{
  margin-bottom: 20px;
}
.com_inner.contact .text .te h4{
  font-size: 22px;
  color: #00428D;
  font-weight: bold;
}
.com_inner.contact .text .te img{
  margin-right: 10px;
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%);
}
.com_inner.contact .text .ex img{
  margin-right: 10px;
  width: 140px;
  height: 140px;
}
.com_inner.contact .text .fa.left{
  font-size: 35px;
  margin-top: 10px;
  margin-right: 10px;
  color: #00428D;
}
.com_inner.contact .text .ex p{
  margin:5px 0;
}
.com_inner.contact .text .ex .in{
  padding-top: 20px;
}

.com_inner.contact .text .ex .in p:last-child{
  color: #da0000;
  margin-top: 8px;
}

.com_inner.contact .message h3{
  font-size: 18px;
  font-weight: bold;
}
.com_inner.contact .message .inputbox input{
  width: 240px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  background: rgba(255,255,255,.4);
  border-radius: 20px;
  margin:15px 0;
}
.com_inner.contact .message .inputbox textarea{
  border-radius: 10px;
  background: rgba(255,255,255,.4);
  height: 100px;
  line-height: 30px;
  padding-left: 20px;
  width: 100%;
  font-size: 14px;
}
.com_inner.contact .message .form-right input{
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  background: rgba(255,255,255,.4);
  border-radius: 20px;
  margin:15px 0;
}
.com_inner.contact .message .form-right .verify,
.com_inner.contact .message .form-right .verify img{
  width: 150px;
  height: 40px;
}
.com_inner.contact .message .form-right .verify{
  margin-top: 15px;
  margin-left: 30px;
}
.com_inner.contact .btn{
  width: 100%;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #fff;
  color: #da0000;
  margin-top: 15px;
  cursor: pointer;
}
.com_inner.contact input::placeholder{
  color: #fff;
}
.com_inner.contact textarea::placeholder{
  color: #fff;
}

#dituContent{
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
#dituContent img{
  max-width: inherit;
  display: initial;
}
.seark{
  margin-bottom: 20px;
}

